| class SimulationSourceCreates an IR simulation between this object and SimulationTargets.| Visibility | Public | | Extends | Raytraced |
Public functions| void Update() | Render new impulse responses by the state of the scene. |
Public variables| bool ChangePhase | Change the phase of the sound wave on reflection. | | bool ShowAllRays | Show all rays, even the ones that didn't hit. | | float SpeedOfSound | Speed of sound in units/s. | | SimulationTarget[] Targets | Targets which absorb the emitted rays and generate their impulse response by. |
See also| CavernUnity DLL.Cavern.FilterInterfaces.SimulationTarget | Creates an impulse response simulation between a SimulationSource and this object. |
|